; ; PocketHugo CEAppMgr INI file ; ; Required "CEAppManager" section ; Contains INI version information ; [CEAppManager] ; ; This is the CEAppMgr INI version - not the app's version ; The key/value must be "Version = 1.0" ; Version = 1.0 ; ; This "component" label can be arbitrary, but it must match the section label specified below. ; This label is not displayed in the CEAppMgr UI. ; Component = PocketHugo ; ; Required "Component" section ; Specifies info used by CEAppMgr, including the list of CAB files ; This section name must match the label used in "[CEAppManager] Component" ; [PocketHugo] ; ; Optional description text displayed in the CEAppMgr UI ; Description = PocketHugo application ; ; Optional desktop icon file displayed in the CEAppMgr UI ; IconFile = icon_he.ico ; ; Optional index number for the above desktop icon file (if the icon is contained in a DLL) ; IconIndex = 0 ; ; Optional device-side app filename. When the user browses the device from the desktop program, ; the "IconFile" icon will be used when displaying the below device file. ; DeviceFile = PocketHugo.exe ; ; Required list of installed CAB files, relative to the current CEAppMgr INI file. ; Note that there are no extra spaces separating the CAB files. ; CabFiles = PocketHugo.ARM.cab,PocketHugo.MIPS.cab,PocketHugo.SH3.cab